'Declaration
<DispIdAttribute(424)> Function GetTextHeight( _ ByVal ImageID As Integer, _ ByVal Text As String, _ ByVal FontName As String, _ ByVal FontSize As Single, _ ByVal FontStyle As FontStyle _ ) As Single
[DispId(424)] float GetTextHeight( int ImageID, string Text, string FontName, float FontSize, FontStyle FontStyle )
function GetTextHeight( ImageID: Integer; Text: String; FontName: String; FontSize: Single; FontStyle: FontStyle ): Single;
DispIdAttribute(424) function GetTextHeight( ImageID : int, Text : String, FontName : String, FontSize : float, FontStyle : FontStyle ) : float;
Parameters
- ImageID
- Text
- FontName
- FontSize
- FontStyle